home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / DISKUTIL / DISKINIT / DiscReadMe < prev    next >
Text File  |  1992-05-03  |  3KB  |  80 lines

  1. DiscInit is a utility to blank floppy discs
  2. instantly without the need to delete, possibly many,
  3. files.
  4.  
  5. It was written primarily to speed up hard disc
  6. backups using tar by Frank Lancaster.   The problem
  7. was that blank discs are needed to backup onto and
  8. the solution provided by tar involves formatting
  9. each disc used before copying onto it. This is fine
  10. if you have a set of unformatted discs, but wastes
  11. lots of time reformatting discs that have been used
  12. for an old backup.  DiscInit looks to see if the
  13. disc in the drive is formatted - if it is then the
  14. root catalogue and map are rewritten to give what is
  15. effectively a blank disc - if not the disc will be
  16. formatted as normal.
  17.  
  18. DiscInit works with disc formats L,D and E.
  19. F format discs will be reformatted since I do not
  20. have the means to sort out a problem that occurs if
  21. an attempt to reinitialise the disc is made.
  22. DiscInit is a utility so should be placed in your
  23. library directory.
  24.  
  25. Syntax: *DiscInit <drive> [L/D/E/F] [Y]
  26.  
  27. DO NOT USE DiscInit with discs that have defects
  28. since they will be marked as non defective resulting
  29. in possible data loss.   If someone can tell me how
  30. to check automatically whether a disc has defects
  31. I'll fix this.
  32.  
  33. Suggested use with Frank Lancaster's tar for hard
  34. disc backup (available from Newcastle info server):
  35.  
  36. Set Alias$Format DiscInit %*0 |m Dismount 0
  37. Set tar$scrap ram:tarscrap
  38. Dir scsi::4
  39. tar cvzMFf adfs::0.backup *
  40.  
  41. Remember to allocate ram disc memory!
  42. This has been tested with tar 1.1n (I have no idea
  43. why the Dismount is needed above - but it works).
  44.  
  45. I can be contacted by JANET email at
  46. G.N.Sinclair@uk.ac.strath probably at least until
  47. autumn 1992. After that at 294 Churchill Drive,
  48. Glasgow, G11 7HB, Scotland.
  49.  
  50. This program is public domain and no charge of any
  51. kind may be made for its distribution.   It may be
  52. freely copied and passed on.   It may not be
  53. incorporated in commercial software without
  54. permission or used as a `free gift' to aid sales of
  55. another product.   This text file must accompany any
  56. distribution.
  57.  
  58. DiscInit is copyright © G N Sinclair 1992.
  59.  
  60. History:
  61.  
  62. 0.03 F format discs are now passed to *Format since
  63.      the machine would hang otherwise.  I don't have
  64.      access to a RISC OS 3 machine to find the
  65.      problem.   A disc format type in the DiscInit
  66.      command which does not match the old disc type
  67.      now causes a format to the new type.   The
  68.      disk is now dismounted and any filer windows
  69.      closed.   Unfortunately the desktop filer
  70.      doesn't actually forget the disc and asks
  71.      whether the `old' one should be forgotten when
  72.      it next sees the disc.
  73.      First general release version.
  74.  
  75. 0.02 Fixed minor bug that stopped the program
  76.      passing on to Format when an alias was defined
  77.      for Format.
  78.  
  79. 0.01 The original.
  80.